[INFO] cloning repository https://github.com/nojima/fridge
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nojima/fridge" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnojima%2Ffridge", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnojima%2Ffridge'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4d07b1d0dd6fc38a9a94c51d9e35c7d636b634c0
[INFO] fixing nojima/fridge against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnojima%2Ffridge" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nojima/fridge
[INFO] finished tweaking git repo https://github.com/nojima/fridge
[INFO] tweaked toml for git repo https://github.com/nojima/fridge written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nojima/fridge on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nojima/fridge already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1edb4821714ca96e4d482d6a3d31e1183f51908404ac49c31af7d273101ea963
[INFO] running `Command { std: "docker" "start" "1edb4821714ca96e4d482d6a3d31e1183f51908404ac49c31af7d273101ea963", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1edb4821714ca96e4d482d6a3d31e1183f51908404ac49c31af7d273101ea963" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1edb4821714ca96e4d482d6a3d31e1183f51908404ac49c31af7d273101ea963", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1edb4821714ca96e4d482d6a3d31e1183f51908404ac49c31af7d273101ea963" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo.
[INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously.
[INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html
[INFO] [stderr] When building the following dependencies, the given features will no longer be used:
[INFO] [stderr] 
[INFO] [stderr]   log v0.4.4 (as host dependency) removed features: std
[INFO] [stderr]   protobuf v2.0.4 (as host dependency) removed features: bytes, with-bytes
[INFO] [stderr] 
[INFO] [stderr]     Checking libc v0.2.43
[INFO] [stderr]    Compiling proc-macro2 v0.4.13
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling protobuf v2.0.4
[INFO] [stderr]    Compiling byteorder v1.2.6
[INFO] [stderr]    Compiling version_check v0.1.4
[INFO] [stderr]    Compiling cfg-if v0.1.5
[INFO] [stderr]    Compiling cc v1.0.25
[INFO] [stderr]    Compiling remove_dir_all v0.5.1
[INFO] [stderr]    Compiling serde v1.0.75
[INFO] [stderr]    Compiling ryu v0.2.5
[INFO] [stderr]     Checking ucd-util v0.1.1
[INFO] [stderr]    Compiling failure_derive v0.1.3
[INFO] [stderr]    Compiling regex v1.0.3
[INFO] [stderr]    Compiling build_const v0.2.1
[INFO] [stderr]    Compiling log v0.4.4
[INFO] [stderr]     Checking regex-syntax v0.6.2
[INFO] [stderr]     Checking rustc-demangle v0.1.9
[INFO] [stderr]    Compiling protoc v2.0.4
[INFO] [stderr]    Compiling crc v1.8.1
[INFO] [stderr]    Compiling lazy_static v1.1.0
[INFO] [stderr]     Checking utf8-ranges v1.0.0
[INFO] [stderr]     Checking quick-error v1.2.2
[INFO] [stderr]     Checking humantime v1.1.1
[INFO] [stderr]     Checking termcolor v1.0.2
[INFO] [stderr]     Checking itoa v0.4.2
[INFO] [stderr]    Compiling iovec v0.1.2
[INFO] [stderr]    Compiling rand v0.4.3
[INFO] [stderr]    Compiling bytes v0.4.9
[INFO] [stderr]     Checking memchr v2.0.1
[INFO] [stderr]     Checking atty v0.2.11
[INFO] [stderr]     Checking aho-corasick v0.6.6
[INFO] [stderr]     Checking thread_local v0.3.6
[INFO] [stderr]    Compiling backtrace-sys v0.1.24
[INFO] [stderr]    Compiling quote v0.6.8
[INFO] [stderr]    Compiling syn v0.15.17
[INFO] [stderr]    Compiling syn v0.14.9
[INFO] [stderr]    Compiling tempdir v0.3.7
[INFO] [stderr]     Checking backtrace v0.3.9
[INFO] [stderr]    Compiling serde_derive v1.0.75
[INFO] [stderr]     Checking serde_json v1.0.26
[INFO] [stderr]     Checking env_logger v0.5.12
[INFO] [stderr]    Compiling synstructure v0.10.1
[INFO] [stderr]     Checking failure v0.1.3
[INFO] [stderr]    Compiling protobuf-codegen v2.0.4
[INFO] [stderr]    Compiling protoc-rust v2.0.4
[INFO] [stderr]    Compiling fridge v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating build.rs from 2018 edition to 2021
[INFO] [stderr]        Fixed build.rs (1 fix)
[INFO] [stderr]    Migrating src/main.rs from 2018 edition to 2021
[INFO] [stderr]        Fixed src/protos/wal.rs (15 fixes)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.42s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: syn v0.14.9
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr] crater-edition-check: fridge v0.1.0 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]    Compiling protobuf v2.0.4
[INFO] [stderr]    Compiling log v0.4.4
[INFO] [stderr]    Compiling protoc v2.0.4
[INFO] [stderr]    Compiling protobuf-codegen v2.0.4
[INFO] [stderr]    Compiling protoc-rust v2.0.4
[INFO] [stderr]    Compiling fridge v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]  --> src/command.rs:3:39
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Debug, Clone, Eq, PartialEq, Serialize, Deserialize)]
[INFO] [stdout]   |                                       ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `Serialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]   = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]  --> src/command.rs:3:50
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Debug, Clone, Eq, PartialEq, Serialize, Deserialize)]
[INFO] [stdout]   |                                                  ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `Deserialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons
[INFO] [stdout]   --> src/protos/wal.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | #![allow(box_pointers)]
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]   --> src/wal/mod.rs:15:24
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Debug, Clone, Serialize, Deserialize)]
[INFO] [stdout]    |                        ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `Serialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]   --> src/wal/mod.rs:15:35
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Debug, Clone, Serialize, Deserialize)]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `Deserialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/protos/wal.rs:153:26
[INFO] [stdout]     |
[INFO] [stdout] 153 |     fn as_any(&self) -> &::std::any::Any {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `impl ::std::any::Any` to return an opaque type, as long as you return a single underlying type
[INFO] [stdout]     |
[INFO] [stdout] 153 |     fn as_any(&self) -> &impl ::std::any::Any {
[INFO] [stdout]     |                          ++++
[INFO] [stdout] help: alternatively, you can return an owned trait object
[INFO] [stdout]     |
[INFO] [stdout] 153 -     fn as_any(&self) -> &::std::any::Any {
[INFO] [stdout] 153 +     fn as_any(&self) -> Box<dyn ::std::any::Any> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/protos/wal.rs:156:38
[INFO] [stdout]     |
[INFO] [stdout] 156 |     fn as_any_mut(&mut self) -> &mut ::std::any::Any {
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `impl ::std::any::Any` to return an opaque type, as long as you return a single underlying type
[INFO] [stdout]     |
[INFO] [stdout] 156 |     fn as_any_mut(&mut self) -> &mut impl ::std::any::Any {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] help: alternatively, you can return an owned trait object
[INFO] [stdout]     |
[INFO] [stdout] 156 -     fn as_any_mut(&mut self) -> &mut ::std::any::Any {
[INFO] [stdout] 156 +     fn as_any_mut(&mut self) -> Box<dyn ::std::any::Any> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/protos/wal.rs:159:55
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn into_any(self: Box<Self>) -> ::std::boxed::Box<::std::any::Any> {
[INFO] [stdout]     |                                                       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you can add the `dyn` keyword if you want a trait object
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> {
[INFO] [stdout]     |                                                       +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/protos/wal.rs:285:26
[INFO] [stdout]     |
[INFO] [stdout] 285 |     fn as_any(&self) -> &::std::any::Any {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `impl ::std::any::Any` to return an opaque type, as long as you return a single underlying type
[INFO] [stdout]     |
[INFO] [stdout] 285 |     fn as_any(&self) -> &impl ::std::any::Any {
[INFO] [stdout]     |                          ++++
[INFO] [stdout] help: alternatively, you can return an owned trait object
[INFO] [stdout]     |
[INFO] [stdout] 285 -     fn as_any(&self) -> &::std::any::Any {
[INFO] [stdout] 285 +     fn as_any(&self) -> Box<dyn ::std::any::Any> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/protos/wal.rs:288:38
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn as_any_mut(&mut self) -> &mut ::std::any::Any {
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `impl ::std::any::Any` to return an opaque type, as long as you return a single underlying type
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn as_any_mut(&mut self) -> &mut impl ::std::any::Any {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] help: alternatively, you can return an owned trait object
[INFO] [stdout]     |
[INFO] [stdout] 288 -     fn as_any_mut(&mut self) -> &mut ::std::any::Any {
[INFO] [stdout] 288 +     fn as_any_mut(&mut self) -> Box<dyn ::std::any::Any> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/protos/wal.rs:291:55
[INFO] [stdout]     |
[INFO] [stdout] 291 |     fn into_any(self: Box<Self>) -> ::std::boxed::Box<::std::any::Any> {
[INFO] [stdout]     |                                                       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you can add the `dyn` keyword if you want a trait object
[INFO] [stdout]     |
[INFO] [stdout] 291 |     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> {
[INFO] [stdout]     |                                                       +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/protos/wal.rs:559:26
[INFO] [stdout]     |
[INFO] [stdout] 559 |     fn as_any(&self) -> &::std::any::Any {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `impl ::std::any::Any` to return an opaque type, as long as you return a single underlying type
[INFO] [stdout]     |
[INFO] [stdout] 559 |     fn as_any(&self) -> &impl ::std::any::Any {
[INFO] [stdout]     |                          ++++
[INFO] [stdout] help: alternatively, you can return an owned trait object
[INFO] [stdout]     |
[INFO] [stdout] 559 -     fn as_any(&self) -> &::std::any::Any {
[INFO] [stdout] 559 +     fn as_any(&self) -> Box<dyn ::std::any::Any> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/protos/wal.rs:562:38
[INFO] [stdout]     |
[INFO] [stdout] 562 |     fn as_any_mut(&mut self) -> &mut ::std::any::Any {
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `impl ::std::any::Any` to return an opaque type, as long as you return a single underlying type
[INFO] [stdout]     |
[INFO] [stdout] 562 |     fn as_any_mut(&mut self) -> &mut impl ::std::any::Any {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] help: alternatively, you can return an owned trait object
[INFO] [stdout]     |
[INFO] [stdout] 562 -     fn as_any_mut(&mut self) -> &mut ::std::any::Any {
[INFO] [stdout] 562 +     fn as_any_mut(&mut self) -> Box<dyn ::std::any::Any> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/protos/wal.rs:565:55
[INFO] [stdout]     |
[INFO] [stdout] 565 |     fn into_any(self: Box<Self>) -> ::std::boxed::Box<::std::any::Any> {
[INFO] [stdout]     |                                                       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you can add the `dyn` keyword if you want a trait object
[INFO] [stdout]     |
[INFO] [stdout] 565 |     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> {
[INFO] [stdout]     |                                                       +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]  --> src/command.rs:3:39
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Debug, Clone, Eq, PartialEq, Serialize, Deserialize)]
[INFO] [stdout]   |                                       ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `Serialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]   = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]  --> src/command.rs:3:50
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Debug, Clone, Eq, PartialEq, Serialize, Deserialize)]
[INFO] [stdout]   |                                                  ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `Deserialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons
[INFO] [stdout]   --> src/protos/wal.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | #![allow(box_pointers)]
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]   --> src/wal/mod.rs:15:24
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Debug, Clone, Serialize, Deserialize)]
[INFO] [stdout]    |                        ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `Serialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]   --> src/wal/mod.rs:15:35
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Debug, Clone, Serialize, Deserialize)]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `Deserialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/protos/wal.rs:154:18
[INFO] [stdout]     |
[INFO] [stdout] 154 |         self as &::std::any::Any
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you can add the `dyn` keyword if you want a trait object
[INFO] [stdout]     |
[INFO] [stdout] 154 |         self as &dyn (::std::any::Any)
[INFO] [stdout]     |                  +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/protos/wal.rs:157:22
[INFO] [stdout]     |
[INFO] [stdout] 157 |         self as &mut ::std::any::Any
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you can add the `dyn` keyword if you want a trait object
[INFO] [stdout]     |
[INFO] [stdout] 157 |         self as &mut dyn (::std::any::Any)
[INFO] [stdout]     |                      +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/protos/wal.rs:286:18
[INFO] [stdout]     |
[INFO] [stdout] 286 |         self as &::std::any::Any
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you can add the `dyn` keyword if you want a trait object
[INFO] [stdout]     |
[INFO] [stdout] 286 |         self as &dyn (::std::any::Any)
[INFO] [stdout]     |                  +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/protos/wal.rs:289:22
[INFO] [stdout]     |
[INFO] [stdout] 289 |         self as &mut ::std::any::Any
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you can add the `dyn` keyword if you want a trait object
[INFO] [stdout]     |
[INFO] [stdout] 289 |         self as &mut dyn (::std::any::Any)
[INFO] [stdout]     |                      +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/protos/wal.rs:560:18
[INFO] [stdout]     |
[INFO] [stdout] 560 |         self as &::std::any::Any
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you can add the `dyn` keyword if you want a trait object
[INFO] [stdout]     |
[INFO] [stdout] 560 |         self as &dyn (::std::any::Any)
[INFO] [stdout]     |                  +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/protos/wal.rs:563:22
[INFO] [stdout]     |
[INFO] [stdout] 563 |         self as &mut ::std::any::Any
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you can add the `dyn` keyword if you want a trait object
[INFO] [stdout]     |
[INFO] [stdout] 563 |         self as &mut dyn (::std::any::Any)
[INFO] [stdout]     |                      +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/protos/wal.rs:153:26
[INFO] [stdout]     |
[INFO] [stdout] 153 |     fn as_any(&self) -> &::std::any::Any {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `impl ::std::any::Any` to return an opaque type, as long as you return a single underlying type
[INFO] [stdout]     |
[INFO] [stdout] 153 |     fn as_any(&self) -> &impl ::std::any::Any {
[INFO] [stdout]     |                          ++++
[INFO] [stdout] help: alternatively, you can return an owned trait object
[INFO] [stdout]     |
[INFO] [stdout] 153 -     fn as_any(&self) -> &::std::any::Any {
[INFO] [stdout] 153 +     fn as_any(&self) -> Box<dyn ::std::any::Any> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/protos/wal.rs:156:38
[INFO] [stdout]     |
[INFO] [stdout] 156 |     fn as_any_mut(&mut self) -> &mut ::std::any::Any {
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `impl ::std::any::Any` to return an opaque type, as long as you return a single underlying type
[INFO] [stdout]     |
[INFO] [stdout] 156 |     fn as_any_mut(&mut self) -> &mut impl ::std::any::Any {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] help: alternatively, you can return an owned trait object
[INFO] [stdout]     |
[INFO] [stdout] 156 -     fn as_any_mut(&mut self) -> &mut ::std::any::Any {
[INFO] [stdout] 156 +     fn as_any_mut(&mut self) -> Box<dyn ::std::any::Any> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/protos/wal.rs:159:55
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn into_any(self: Box<Self>) -> ::std::boxed::Box<::std::any::Any> {
[INFO] [stdout]     |                                                       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you can add the `dyn` keyword if you want a trait object
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> {
[INFO] [stdout]     |                                                       +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/protos/wal.rs:285:26
[INFO] [stdout]     |
[INFO] [stdout] 285 |     fn as_any(&self) -> &::std::any::Any {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `impl ::std::any::Any` to return an opaque type, as long as you return a single underlying type
[INFO] [stdout]     |
[INFO] [stdout] 285 |     fn as_any(&self) -> &impl ::std::any::Any {
[INFO] [stdout]     |                          ++++
[INFO] [stdout] help: alternatively, you can return an owned trait object
[INFO] [stdout]     |
[INFO] [stdout] 285 -     fn as_any(&self) -> &::std::any::Any {
[INFO] [stdout] 285 +     fn as_any(&self) -> Box<dyn ::std::any::Any> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/protos/wal.rs:288:38
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn as_any_mut(&mut self) -> &mut ::std::any::Any {
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `impl ::std::any::Any` to return an opaque type, as long as you return a single underlying type
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn as_any_mut(&mut self) -> &mut impl ::std::any::Any {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] help: alternatively, you can return an owned trait object
[INFO] [stdout]     |
[INFO] [stdout] 288 -     fn as_any_mut(&mut self) -> &mut ::std::any::Any {
[INFO] [stdout] 288 +     fn as_any_mut(&mut self) -> Box<dyn ::std::any::Any> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/protos/wal.rs:291:55
[INFO] [stdout]     |
[INFO] [stdout] 291 |     fn into_any(self: Box<Self>) -> ::std::boxed::Box<::std::any::Any> {
[INFO] [stdout]     |                                                       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you can add the `dyn` keyword if you want a trait object
[INFO] [stdout]     |
[INFO] [stdout] 291 |     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> {
[INFO] [stdout]     |                                                       +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/protos/wal.rs:559:26
[INFO] [stdout]     |
[INFO] [stdout] 559 |     fn as_any(&self) -> &::std::any::Any {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `impl ::std::any::Any` to return an opaque type, as long as you return a single underlying type
[INFO] [stdout]     |
[INFO] [stdout] 559 |     fn as_any(&self) -> &impl ::std::any::Any {
[INFO] [stdout]     |                          ++++
[INFO] [stdout] help: alternatively, you can return an owned trait object
[INFO] [stdout]     |
[INFO] [stdout] 559 -     fn as_any(&self) -> &::std::any::Any {
[INFO] [stdout] 559 +     fn as_any(&self) -> Box<dyn ::std::any::Any> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/protos/wal.rs:562:38
[INFO] [stdout]     |
[INFO] [stdout] 562 |     fn as_any_mut(&mut self) -> &mut ::std::any::Any {
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `impl ::std::any::Any` to return an opaque type, as long as you return a single underlying type
[INFO] [stdout]     |
[INFO] [stdout] 562 |     fn as_any_mut(&mut self) -> &mut impl ::std::any::Any {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] help: alternatively, you can return an owned trait object
[INFO] [stdout]     |
[INFO] [stdout] 562 -     fn as_any_mut(&mut self) -> &mut ::std::any::Any {
[INFO] [stdout] 562 +     fn as_any_mut(&mut self) -> Box<dyn ::std::any::Any> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/protos/wal.rs:565:55
[INFO] [stdout]     |
[INFO] [stdout] 565 |     fn into_any(self: Box<Self>) -> ::std::boxed::Box<::std::any::Any> {
[INFO] [stdout]     |                                                       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you can add the `dyn` keyword if you want a trait object
[INFO] [stdout]     |
[INFO] [stdout] 565 |     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> {
[INFO] [stdout]     |                                                       +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/protos/wal.rs:154:18
[INFO] [stdout]     |
[INFO] [stdout] 154 |         self as &::std::any::Any
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you can add the `dyn` keyword if you want a trait object
[INFO] [stdout]     |
[INFO] [stdout] 154 |         self as &dyn (::std::any::Any)
[INFO] [stdout]     |                  +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/protos/wal.rs:157:22
[INFO] [stdout]     |
[INFO] [stdout] 157 |         self as &mut ::std::any::Any
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you can add the `dyn` keyword if you want a trait object
[INFO] [stdout]     |
[INFO] [stdout] 157 |         self as &mut dyn (::std::any::Any)
[INFO] [stdout]     |                      +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/protos/wal.rs:286:18
[INFO] [stdout]     |
[INFO] [stdout] 286 |         self as &::std::any::Any
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you can add the `dyn` keyword if you want a trait object
[INFO] [stdout]     |
[INFO] [stdout] 286 |         self as &dyn (::std::any::Any)
[INFO] [stdout]     |                  +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/protos/wal.rs:289:22
[INFO] [stdout]     |
[INFO] [stdout] 289 |         self as &mut ::std::any::Any
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you can add the `dyn` keyword if you want a trait object
[INFO] [stdout]     |
[INFO] [stdout] 289 |         self as &mut dyn (::std::any::Any)
[INFO] [stdout]     |                      +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/protos/wal.rs:560:18
[INFO] [stdout]     |
[INFO] [stdout] 560 |         self as &::std::any::Any
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you can add the `dyn` keyword if you want a trait object
[INFO] [stdout]     |
[INFO] [stdout] 560 |         self as &dyn (::std::any::Any)
[INFO] [stdout]     |                  +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/protos/wal.rs:563:22
[INFO] [stdout]     |
[INFO] [stdout] 563 |         self as &mut ::std::any::Any
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you can add the `dyn` keyword if you want a trait object
[INFO] [stdout]     |
[INFO] [stdout] 563 |         self as &mut dyn (::std::any::Any)
[INFO] [stdout]     |                      +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0782`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fridge` (bin "fridge") due to 15 previous errors; 5 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0782`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fridge` (bin "fridge" test) due to 15 previous errors; 5 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "1edb4821714ca96e4d482d6a3d31e1183f51908404ac49c31af7d273101ea963", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1edb4821714ca96e4d482d6a3d31e1183f51908404ac49c31af7d273101ea963", kill_on_drop: false }`
[INFO] [stdout] 1edb4821714ca96e4d482d6a3d31e1183f51908404ac49c31af7d273101ea963
